home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Views
/
VerticalSpacer.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
283 b
|
21 lines
|
[
TEXT/CWIE
]
// VerticalSpacer.cp
#ifndef VerticalSpacer_h
#include "VerticalSpacer.h"
#endif
uint16 VerticalSpacer::MinimumHeight() const
{
return height;
}
uint16 VerticalSpacer::MaximumHeight() const
{
return height;
}
uint16 VerticalSpacer::BestWidth() const
{
return 0;
}